From 3e487b87c95f7d70ee1f0a247a230020b79822f1 Mon Sep 17 00:00:00 2001 From: Daniele Tricoli Date: Tue, 19 Jul 2016 02:59:27 +0200 Subject: [PATCH] Drop clean-win-crates since time crate is not a dependency anymore --- debian/patches/clean-win-crates.patch | 19 ------------------- debian/patches/series | 1 - 2 files changed, 20 deletions(-) delete mode 100644 debian/patches/clean-win-crates.patch diff --git a/debian/patches/clean-win-crates.patch b/debian/patches/clean-win-crates.patch deleted file mode 100644 index e9e9f005b..000000000 --- a/debian/patches/clean-win-crates.patch +++ /dev/null @@ -1,19 +0,0 @@ -Fromm: Luca Bruno -Description: Remove extra dependencies for Windows - Some crates incorrectly wants to build Windows dependencies also - on Linux. As we don't want to build/embed those, we clean them - here. -Forwarded: not-needed ---- a/deps/time-0.1.34/Cargo.toml -+++ b/deps/time-0.1.34/Cargo.toml -@@ -13,8 +13,8 @@ - - [dependencies] - libc = "0.2.1" --winapi = "0.2.0" --kernel32-sys = "0.2.0" -+#winapi = "0.2.0" -+#kernel32-sys = "0.2.0" - rustc-serialize = { version = "0.3", optional = true } - - [dev-dependencies] diff --git a/debian/patches/series b/debian/patches/series index fc30febe4..da4651bed 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,5 +1,4 @@ clean-cargo-deps.patch deps-adjust-versions.patch libgit2-fixes.patch -clean-win-crates.patch local-jquery.patch -- 2.30.2